All Questions
18 questions
0votes
2answers
1kviews
How to Migrate InfoPath XML form library to PowerApps
I have started working on the migration project, which requires me to convert the SharePoint XML form library to PowerApps. I have discovered that there is no simple solution to this problem and found ...
0votes
1answer
58views
Bulk uploads in XML Form libray
I would like to know how can I import 500 records (in an Excel file) to XML form library in SharePoint Online. This XML form library was created with InfoPath 2013.
1vote
0answers
27views
InfoPath Cascaded drop-down menu using xml [closed]
Any examples anyone can share on creating a 3 or 4-level cascaded drop-down in InfoPath using XML? The last part is important because I only want the very last entry to be bound to a column. The ...
0votes
1answer
1kviews
infopath files not opening in the browser
Env: sharepoint 2013 I have a document library where we have custom infopath forms. There are many completed forms files stored in doc library which we can open and view after clicking on the name of ...
0votes
1answer
287views
Convert form to xml
Is there a way to turn a form or the information in the form to XML without code. Once a user submits the form i want to take the information (fields) into XML to then email it off. Is this possible?
1vote
1answer
2kviews
Getting InfoPath Form Library Fields using C# CSOM
I need to extract InfoPath form fields in C# using Client Side Object Model(CSOM) and convert it into XML file. The code which I tried to get FormLibrary fields is // Starting with ClientContext, ...
0votes
1answer
27views
Pulling xml data from info-path from and loading it into a mobile application
Recently there has been talk about improving the purchasing process at the company I work for. As it stands, one of the biggest limitations for the purchasing process is that the managers can not ...
1vote
1answer
117views
InfoPath - Can't populate text boxes from XML
So the other day I asked how to populate dropdowns from from an XML file, that question was answered here InfoPath - Populate text box from dropdown list. Now I'm looking to improve on my forms ...
3votes
1answer
1kviews
InfoPath - Populate text box from dropdown list
I've been playing around with info path, watched countless YouTube videos but I cant seem to find a way to populate two text boxes that are linked to a drop down selection. I would like the user to ...
1vote
1answer
24views
Sharepoint 2010 how to change infopath view in sharepoint for filling
I have 2 separate departments updating one SharePoint library list instead of changing the view in the InfoPath form itself for each department can I change it by creating a link in the SharePoint ...
0votes
1answer
773views
How InfoPath data is stored in database?
How InfoPath data is stored in database? Is it XML or some other format? Can I import excel data to an existing InfoPath web template?
1vote
2answers
2kviews
Automatically update InfoPath Form fields(XML) when a field is updated in the SQL Database
I am working on a client's SharePoint 2010 solution, and I need to do some integration with SharePoint and our ASP.NET MVC Solution. There are two parts of this development: The clients side and our ...
0votes
1answer
486views
Setting the value of a boolean XMLElement
I'm having a problem when assigning a value to a Boolean check/tick box within InfoPath xml code. I've created text boxes using inner text values but this gives the error of an incorrect data type. ...
0votes
1answer
854views
Set a date in an InfoPath form to null
I'm trying to write an InfoPath form from code. I'm working with the xml of a form, and when I write a date it gives me no error but when I open the form in SharePoint and click on Save, it says that ...
0votes
1answer
67views
XML files to store user information or simpler solution?
We are assigning users (by group or individually) specific documents to read. I am looking to store user information such as email (the users are windows authenticated), groups that they belong, and ...